This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Really? You're telling me there's no big difference between:
@SetDocField(targetUNID; "myfield", "1");
and:
Dim contextDoc as NotesDocument
Dim targetDoc as NotesDocument
Set contextDoc = (whatever)
Set targetDoc = contextDoc.ParentDatabase.GetDocumentByUNID(contextDoc.targetUNID(0))
targetDoc.myfield = "1"
Call targetDoc.Save(False, False)
? And with SSJS you can't use dot notation to reference items, so you're talking about even longer code needed.
@Formula's terseness and similarity to Excel is one of the biggest reasons to use it -- for small snippets of code. I've got an army of power users that can really get what they need done with @Formulas, but they'd be far less productive dealing with any other language.
Feedback response number ECBS7YTLR4 created by ~Dana Elfreekony on 12/17/2009